cmake c++11支持 一, 通用范式 cmake_minimum_required(VERSION 2.8) project (hello_cpp11) # 檢查c++編譯器標志,設置c++11支持變量include ...